Имя | Описание | |
---|---|---|
![]() | MasterCollection | Overloaded. Инициализирует новый экземпляр класса |
Имя | Описание | |
---|---|---|
![]() | MasterCollection | Overloaded. Инициализирует новый экземпляр класса |
Имя | Описание | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Item | Gets or sets the element at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
Имя | Описание | |
---|---|---|
![]() | InnerList | Возвращает внутренний список. |
![]() | Items | Gets a System.Collections.Generic.IList wrapper around the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | SlaveCollections | Возвращает список подчиненных коллекций. |
Имя | Описание | |
---|---|---|
![]() | Add | Adds an object to the end of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | AddRange | Добавляет диапазон элементов в эту коллекцию. |
![]() | AddSlaveCollection | Добавляет подчиненную коллекцию и синхронизирует подчиненную коллекцию с главной коллекцией. |
![]() | Clear | Removes all elements from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | Determines whether an element is in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | CopyTo | Copies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | Inserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | Remove | Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveSlaveCollection | Удаляет коллекцию из списка подчиненных коллекций. |
![]() | ToArray | Возвращает элементы коллекции в виде массива. |
Имя | Описание | |
---|---|---|
![]() | ClearItems | Удаляет все элементы из главной и подчиненной коллекций. |
![]() | InsertItem | Вставляет элемент в коллекцию по указанному индексу. |
![]() | OnChanged | Вызывает событие Changed. |
![]() | OnChanging | Вызывает событие Changing. |
![]() | RemoveItem | Удаляет элемент по указанному индексу коллекции. |
![]() | SetItem | Заменяет элемент по указанному индексу. |
Имя | Описание | |
---|---|---|
![]() | Changed | Происходит при изменении коллекции. |
![]() | Changing | Происходит при изменении коллекции. |